projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61773f6
)
test-xattrs: Skip if current FS doesn't support user_xattr
author
Colin Walters
<walters@verbum.org>
Wed, 14 Aug 2013 18:46:46 +0000
(20:46 +0200)
committer
Colin Walters
<walters@verbum.org>
Wed, 14 Aug 2013 18:46:46 +0000
(20:46 +0200)
tmpfs doesn't =(
tests/test-xattrs.sh
patch
|
blob
|
history
diff --git
a/tests/test-xattrs.sh
b/tests/test-xattrs.sh
index d0173daf2fdc4ef9ed7a5e45a2d366ab0f10c096..6c19592b4d745408862b427375118002a553960b 100755
(executable)
--- a/
tests/test-xattrs.sh
+++ b/
tests/test-xattrs.sh
@@
-19,6
+19,11
@@
set -e
+touch test-xattrs
+if ! setfattr -n user.testvalue -v somevalue test-xattrs; then
+ exit 77
+fi
+
echo "1..2"
. $(dirname $0)/libtest.sh